xen: Rename CONFIG_DOMAIN_PAGE to CONFIG_ARCH_MAP_DOMAIN_PAGE and...
authorJulien Grall <jgrall@amazon.com>
Fri, 29 Jul 2022 21:53:10 +0000 (22:53 +0100)
committerJulien Grall <julien@xen.org>
Fri, 29 Jul 2022 22:03:22 +0000 (23:03 +0100)
commit8417757310cdad9b20902a39eea671d7cce8d396
treed691cca81af04647d4fe32cc4e7b176a43ffb3b2
parent04248b82f9621c511f3d5502ce74df7122ed157e
xen: Rename CONFIG_DOMAIN_PAGE to CONFIG_ARCH_MAP_DOMAIN_PAGE and...

move it to Kconfig.

The define CONFIG_DOMAIN_PAGE indicates whether the architecture provide
helpers to map/unmap a domain page. Rename it to CONFIG_ARCH_MAP_DOMAIN_PAGE
so it is clearer that support for domain page is not something that
can be disabled in Xen.

Take the opportunity to move CONFIG_MAP_DOMAIN_PAGE to Kconfig as this
will soon be necessary to use it in the Makefile.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> #arm part
xen/arch/arm/Kconfig
xen/arch/arm/include/asm/config.h
xen/arch/arm/mm.c
xen/arch/x86/Kconfig
xen/arch/x86/include/asm/config.h
xen/common/Kconfig
xen/include/xen/domain_page.h